projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35de62b
)
(auto-mode-alist): Add .xsl for sgml-mode.
author
Jason Rumney
<jasonr@gnu.org>
Tue, 11 Mar 2003 22:17:21 +0000
(22:17 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Tue, 11 Mar 2003 22:17:21 +0000
(22:17 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6f899e03a4b4eb92685d530b5a8567fed68c7fcf..da9568a6477873cbd8b29c6e51f6bc8979adfad6 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2003-03-11 Jason Rumney <jasonr@gnu.org>
+
+ * files.el (auto-mode-alist): Add .xsl for sgml-mode.
+
2003-03-11 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
diff --git
a/lisp/files.el
b/lisp/files.el
index 667de0570bbbf86ee52be65590b5172f5953d19e..21f5a3bb014ff3d9d1f601acc686a347c06d3a3b 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1604,6
+1604,7
@@
in that case, this function acts as if `enable-local-variables' were t."
("\\.oak\\'" . scheme-mode)
("\\.sgml?\\'" . sgml-mode)
("\\.xml\\'" . sgml-mode)
+ ("\\.xsl\\'" . sgml-mode)
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.idl\\'" . idl-mode)